home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-01-01 | 608 b | 28 lines | [TEXT/CWIE] |
- // CTestDialog2.h -- dialog class
- // Created 01/01/95 12:01 PM by AppMaker
-
- class CTestDialog2 : public CDialog
- {
- // Construction
- public:
- CTestDialog2(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CTestDialog2)
- enum { IDD = IDD_TestDialog2 };
- // NOTE: the ClassExpress will add data members here
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CTestDialog2)
- // NOTE: the ClassExpress will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
-